PUT https://api.storenvy.com/v1/shipping_groups/:id

Update a Shipping Group.

Required Parameters

name

Your desired name for the Shipping Group. This is not visible to the Customer.

rates

An array of objects that include shipping_class_id, first_item_in_cents, and additional_item_in_cents. Note: You must specify a Rate for each combination of Shipping Group and Shipping Class.

e.g. [{"shipping_class_id": 923919, "first_item_in_cents" : 699, "additional_item_in_cents" : 399}]

The Storenvy API is in private beta.
Be one of the first to get access.

Request a Beta Invite